runtime.maybeTraceablePtr.vu (field)

6 uses

	runtime (current package)
		runtime2.go#L337: 	vu uintptr        // Source of truth.
		runtime2.go#L353: 	p.vp = unsafe.Pointer(p.vu)
		runtime2.go#L361: 	p.vu = uintptr(v)
		runtime2.go#L368: 	return unsafe.Pointer(p.vu)
		runtime2.go#L375: 	return p.vu
		stack.go#L824: 		adjustpointer(adjinfo, unsafe.Pointer(&s.elem.vu))